Clamps Dictionary
color->midi-rgb
Function
(color->midi-rgb color)
Return a list of MIDI RGB values for color.
Arguments
color |
String of 6 letters containing the HEX Values for R, G and B. |
Example
(color->midi-rgb "ffff00") -> (127 127 0)
Function
(color->midi-rgb color)
Return a list of MIDI RGB values for color.
color |
String of 6 letters containing the HEX Values for R, G and B. |
(color->midi-rgb "ffff00") -> (127 127 0)
Created: 2025-08-05 Di 20:46